home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_1397 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-09-27  |  127 b   |  7 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.redefineVars = true;
  4.    _root.loadedIt = 0;
  5.    _root.gotoAndStop("preload");
  6. }
  7.